Parse escaped spaces in makefile dependencies
authorAlex Crichton <alex@alexcrichton.com>
Fri, 3 Oct 2014 01:37:27 +0000 (18:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 3 Oct 2014 14:54:03 +0000 (07:54 -0700)
commit3efe0704d16b1f40f4a922536fe74a4529dd1470
treeca4a2c39e4fe048221b6a8c968f6295f632c520c
parentf0762dfc1340c24ad87fa59027d5308c96867393
Parse escaped spaces in makefile dependencies

This means that if a project has a file with a space in the name it will
properly have its freshness calculated as opposed to always having it as a
candidate to be rebuilt.

Closes #648
src/cargo/ops/cargo_rustc/fingerprint.rs
tests/test_cargo_compile.rs